Contains the application log details. The significance of each attribute is explained below :
AppLogFlag (YES/NO) - If YES then only application logging will be enabled. If NO then no application logging will happen.
AppLogName - Contains the name of the application log file.
AppLogMaxSize (1-5) - This is the maximum size of log file after which it will start overwriting the log.
AppLogNoOfFile (1-5) - This is the number of log file after which rotation of log file starts.
Contains the debug log details. This is an optional filed, if not configured tool will not create debug log. The significance of each attribute is explained below:
DbgLogFlag (YES/NO) - If YES then only debug logging will be enabled. If NO then no debug logging will happen.
DbgLogName - Contains the name of the application log file.
DbgLogMaxSize (1-5) - This is the maximum size of log file after which it will start overwriting the log.
DbgLogLevel (1-7) - This is the logging level of log file.
Contains the details of default certificate. The significance of each attribute is explained below :
RootCertificate - Contains the name of the root certificate.
RootCertificateType - Contains the type of the root certificate that is, PEM/DER.
PublicCertificate - Contains the name of the user public certificate.
PublicCertificateType - Contains the type of the public certificate that is, PEM/DER.
Depth - Contains the depth for certificate validation. This field is required when intermediate certificates are present. By default the value of depth is taken as 1.
Contains the details of default Intermediate certificate. This field is optional or can be repeated depending on the number of intermediate certificates. The significance of each attribute is explained below :
InterCertificate - Contains the name of the Intermediate certificate.
InterCertType - Contains the type of the Intermediate certificate that is, PEM/DER.
Contains the details of user specific certificate. This field is an optional. The significance of each attribute is as below :
RootCertificate - Contains the name of the root certificate.
RootCertificateType - Contains the type of the root certificate that is, PEM/DER.
PublicCertificate - Contains the name of the user public certificate.
PublicCertificateType - Contains the type of the public certificate that is, PEM/DER.
Depth - Contains the depth for certificate validation. This field is required when intermediate certificates are present. By default the value of depth is taken as 1.
Contains the details of User Intermediate certificate. This field is optional or can be repeated depending on the number of intermediate certificates. The significance of each attribute is explained below :
InterCertificate - Contains the name of the Intermediate certificate.
InterCertType - Contains the type of the Intermediate certificate that is, PEM/DER.
This contains special option for user. The significance of each attribute is as follows: